home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / AUDIO / MIDICOM2 / MULTIMNP.DFM / MULTIMNP.txt
Text File  |  1996-04-17  |  1KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 98
  4.   Width = 523
  5.   Height = 299
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object pnlColumnHeading: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 515
  21.     Height = 25
  22.     Align = alTop
  23.     Alignment = taLeftJustify
  24.     Caption = 'Device  Timestamp  Message  Data1 Data2  Description            '
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'Courier'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 1
  31.   end
  32.   object lstLog: TListBox
  33.     Left = 0
  34.     Top = 25
  35.     Width = 515
  36.     Height = 228
  37.     TabStop = False
  38.     Align = alClient
  39.     Color = clBlack
  40.     Ctl3D = False
  41.     Enabled = False
  42.     ExtendedSelect = False
  43.     Font.Color = clBlack
  44.     Font.Height = -13
  45.     Font.Name = 'Courier'
  46.     Font.Style = [fsBold]
  47.     ItemHeight = 13
  48.     ParentCtl3D = False
  49.     ParentFont = False
  50.     TabOrder = 0
  51.   end
  52.   object MainMenu1: TMainMenu
  53.     Left = 32
  54.     Top = 56
  55.     object File1: TMenuItem
  56.       Caption = '&File'
  57.       ShortCut = 0
  58.       object mnuExit: TMenuItem
  59.         Caption = 'E&xit'
  60.         ShortCut = 0
  61.         OnClick = mnuExitClick
  62.       end
  63.     end
  64.   end
  65. end
  66.